Sets the information in the data set from the specified class instances.
[ExtensionAttribute()]
public static void Set(
DicomDataSet ds,
DicomElement parent,
object[] instances
)
<ExtensionAttribute()>
Public Overloads Shared Sub Set( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal parent As Leadtools.Dicom.DicomElement, _
ByVal ParamArray instances() As Object _
)
[ExtensionAttribute()]
public:
static void Set(
Leadtools.Dicom.DicomDataSet^ ds,
Leadtools.Dicom.DicomElement^ parent,
... array<Object^>^ instances
)
ds
The data set to set information into.
parent
The parent DicomElement where to start setting the information in the DicomDataSet
instances
The instances that have the correct attributes.
Instances have to be defined with the correct ElementAttribute. Any properties not defined with this attribute will be ignored.
For an example refer to ElementAttribute
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET